home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 1997 July / Freeware CD.iso / SOUND / VOYETRA / V_2X / DOSWIN / DOSWIN.ZIP / V24.BAT < prev    next >
Encoding:
DOS Batch File  |  1991-03-20  |  368 b   |  22 lines

  1. echo off
  2. vapi24s %1
  3. if errorlevel 1 goto fail
  4. miditest
  5. if errorlevel 1 goto fail
  6. miditest 2 2
  7. if errorlevel 1 goto fail
  8. miditest 2 3
  9. if errorlevel 1 goto fail
  10. miditest 2 4
  11. if errorlevel 1 goto fail
  12. echo  
  13. echo ***** V-24s PASSED ALL TESTS *****
  14. goto out
  15. :fail
  16. echo  
  17. echo ***** V-24s INSTALLATION TEST FAILED *****
  18. :out
  19. echo  
  20. pause 
  21. vapi24s /rem
  22.